You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
4.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "define-properties@^1.1.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/object.assign"
  6. ]
  7. ],
  8. "_from": "define-properties@>=1.1.2 <2.0.0",
  9. "_id": "define-properties@1.1.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/define-properties",
  13. "_nodeVersion": "10.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/define-properties_1.1.3_1534308039180_0.8446271629420612"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "6.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "define-properties",
  26. "raw": "define-properties@^1.1.2",
  27. "rawSpec": "^1.1.2",
  28. "scope": null,
  29. "spec": ">=1.1.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/object.assign",
  34. "/object.getownpropertydescriptors",
  35. "/object.values",
  36. "/regexp.prototype.flags",
  37. "/string.prototype.trimleft",
  38. "/string.prototype.trimright",
  39. "/util.promisify"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  42. "_shasum": "cf88da6cbee26fe6db7094f61d870cbd84cee9f1",
  43. "_shrinkwrap": null,
  44. "_spec": "define-properties@^1.1.2",
  45. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/object.assign",
  46. "author": {
  47. "name": "Jordan Harband"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/ljharb/define-properties/issues"
  51. },
  52. "dependencies": {
  53. "object-keys": "^1.0.12"
  54. },
  55. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^13.0.0",
  58. "covert": "^1.1.0",
  59. "eslint": "^5.3.0",
  60. "jscs": "^3.0.7",
  61. "nsp": "^3.2.1",
  62. "tape": "^4.9.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "fileCount": 10,
  67. "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
  68. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbc67HCRA9TVsSAnZWagAAiLUP/3CxQIzm2kQKyFeL6rHJ\nHrqG2U6H8UXQbVjxAgTa4gli6BZSzIk6WkooZ1INWKJdfApxKfWJAVbRYCwD\nhXIB8rzI/kcsQPO+I1CVZvUmSdFwhtX7Wc2bzWmH5KN0m8LclaX8ddYZXXi3\nhtDIFXTVYIEam4fTdrBREO59hRopvcYBsR0QM3yjcD74FY7ugPxqzIrhhd/w\nlnbSUcFww2UKubiQX2YmNp+boJ74oEGoq7rA8L4PUdU1ffOPRZ47pAlGPVxu\noHKTk/KViS69KD1eChpS1z+ptPgZWIYobziluafItmX+A4XNFrHuaizF6s6r\no2lJWdT2DAABZlMLPaBBuiXM9U/STYLj+THpBlqSqNxXAP/c1tBIG70R0EHy\nSVnSAUcclxKQ5PfAeLBiR6sux49MvmX/Aq5ykC2OxAzgbknOQb4DSh7oOuFE\nsMxIiErRJ9gpTXVrgvlMwy6on+XqAGMhJZHDPvPrb0lw6Sv/wNwvxrd13bF9\nxKVEywS6OBgZ1Ag0+tgt+Iqp+1h7ZFMxWSzlWzJIlLwVAGKqeaCI0cDnvHaT\nB6I0PxC9mHMCBRMi9zjfGgYhzOOf+QlxthaM9fB0BDVraf4s1FIEUVfMDvCa\nGkPb86BE6dnLzCsIdt+aWbxW+lwRVwLu+QrPFFGTE44KNR3YuLG8eEEWEHpN\nHZZs\r\n=7SxH\r\n-----END PGP SIGNATURE-----\r\n",
  69. "shasum": "cf88da6cbee26fe6db7094f61d870cbd84cee9f1",
  70. "tarball": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  71. "unpackedSize": 23025
  72. },
  73. "engines": {
  74. "node": ">= 0.4"
  75. },
  76. "gitHead": "e5478e3d2880b90a97daa62d76abed34d91154dd",
  77. "homepage": "https://github.com/ljharb/define-properties#readme",
  78. "keywords": [
  79. "ES5",
  80. "Object.defineProperties",
  81. "Object.defineProperty",
  82. "define",
  83. "descriptor",
  84. "object",
  85. "property descriptor"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "ljharb",
  92. "email": "ljharb@gmail.com"
  93. }
  94. ],
  95. "name": "define-properties",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git://github.com/ljharb/define-properties.git"
  101. },
  102. "scripts": {
  103. "coverage": "covert test/*.js",
  104. "coverage-quiet": "covert test/*.js --quiet",
  105. "eslint": "eslint test/*.js *.js",
  106. "jscs": "jscs test/*.js *.js",
  107. "lint": "npm run --silent jscs && npm run --silent eslint",
  108. "posttest": "npm run --silent security",
  109. "pretest": "npm run --silent lint",
  110. "security": "nsp check",
  111. "test": "npm run --silent tests-only",
  112. "tests-only": "node test/index.js"
  113. },
  114. "testling": {
  115. "browsers": [
  116. "android-browser/4.2",
  117. "chrome/20.0..latest",
  118. "chrome/4.0..10.0",
  119. "chrome/canary",
  120. "firefox/15.0..latest",
  121. "firefox/3.0..6.0",
  122. "firefox/nightly",
  123. "iexplore/6.0..latest",
  124. "ipad/6.0..latest",
  125. "iphone/6.0..latest",
  126. "opera/10.0..latest",
  127. "opera/next",
  128. "safari/4.0..latest"
  129. ],
  130. "files": "test/index.js"
  131. },
  132. "version": "1.1.3"
  133. }