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.
 
 
 
 

111 lines
3.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "define-properties@1.1.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "define-properties@1.1.3",
  9. "_id": "define-properties@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
  12. "_location": "/define-properties",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "define-properties@1.1.3",
  18. "name": "define-properties",
  19. "escapedName": "define-properties",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/array-includes",
  26. "/html-webpack-plugin/util.promisify",
  27. "/object-is",
  28. "/object.assign",
  29. "/object.getownpropertydescriptors",
  30. "/object.values",
  31. "/regexp.prototype.flags",
  32. "/string.prototype.trimend",
  33. "/string.prototype.trimleft",
  34. "/string.prototype.trimright",
  35. "/string.prototype.trimstart",
  36. "/util.promisify"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  39. "_spec": "1.1.3",
  40. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  41. "author": {
  42. "name": "Jordan Harband"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ljharb/define-properties/issues"
  46. },
  47. "dependencies": {
  48. "object-keys": "^1.0.12"
  49. },
  50. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^13.0.0",
  53. "covert": "^1.1.0",
  54. "eslint": "^5.3.0",
  55. "jscs": "^3.0.7",
  56. "nsp": "^3.2.1",
  57. "tape": "^4.9.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "homepage": "https://github.com/ljharb/define-properties#readme",
  63. "keywords": [
  64. "Object.defineProperty",
  65. "Object.defineProperties",
  66. "object",
  67. "property descriptor",
  68. "descriptor",
  69. "define",
  70. "ES5"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "define-properties",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/ljharb/define-properties.git"
  78. },
  79. "scripts": {
  80. "coverage": "covert test/*.js",
  81. "coverage-quiet": "covert test/*.js --quiet",
  82. "eslint": "eslint test/*.js *.js",
  83. "jscs": "jscs test/*.js *.js",
  84. "lint": "npm run --silent jscs && npm run --silent eslint",
  85. "posttest": "npm run --silent security",
  86. "pretest": "npm run --silent lint",
  87. "security": "nsp check",
  88. "test": "npm run --silent tests-only",
  89. "tests-only": "node test/index.js"
  90. },
  91. "testling": {
  92. "files": "test/index.js",
  93. "browsers": [
  94. "iexplore/6.0..latest",
  95. "firefox/3.0..6.0",
  96. "firefox/15.0..latest",
  97. "firefox/nightly",
  98. "chrome/4.0..10.0",
  99. "chrome/20.0..latest",
  100. "chrome/canary",
  101. "opera/10.0..latest",
  102. "opera/next",
  103. "safari/4.0..latest",
  104. "ipad/6.0..latest",
  105. "iphone/6.0..latest",
  106. "android-browser/4.2"
  107. ]
  108. },
  109. "version": "1.1.3"
  110. }