package.json 2.8 KB

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