package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "object.assign@4.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.assign@4.1.0",
  10. "_id": "object.assign@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lovxEA15Vrs8oIbwBvhGs7xACNo=",
  13. "_location": "/object.assign",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.assign@4.1.0",
  19. "name": "object.assign",
  20. "escapedName": "object.assign",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-dynamic-import-node"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/object.assign/download/object.assign-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jordan Harband"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/object.assign/issues"
  36. },
  37. "dependencies": {
  38. "define-properties": "^1.1.2",
  39. "function-bind": "^1.1.1",
  40. "has-symbols": "^1.0.0",
  41. "object-keys": "^1.0.11"
  42. },
  43. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  44. "devDependencies": {
  45. "@es-shims/api": "^2.1.1",
  46. "@ljharb/eslint-config": "^12.2.1",
  47. "browserify": "^14.5.0",
  48. "covert": "^1.1.0",
  49. "eslint": "^4.13.1",
  50. "for-each": "^0.3.2",
  51. "is": "^3.2.1",
  52. "jscs": "^3.0.7",
  53. "nsp": "^3.1.0",
  54. "tape": "^4.8.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.4"
  58. },
  59. "homepage": "https://github.com/ljharb/object.assign#readme",
  60. "keywords": [
  61. "Object.assign",
  62. "assign",
  63. "ES6",
  64. "extend",
  65. "$.extend",
  66. "jQuery",
  67. "_.extend",
  68. "Underscore",
  69. "es-shim API",
  70. "polyfill",
  71. "shim"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "object.assign",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/ljharb/object.assign.git"
  79. },
  80. "scripts": {
  81. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  82. "coverage": "covert test/*.js",
  83. "coverage:quiet": "covert test/*.js --quiet",
  84. "eslint": "eslint *.js test/*.js",
  85. "jscs": "jscs *.js test/*.js",
  86. "lint": "npm run --silent jscs && npm run --silent eslint",
  87. "posttest": "npm run --silent security",
  88. "prepublish": "npm run --silent build",
  89. "pretest": "npm run --silent lint && es-shim-api",
  90. "security": "nsp check",
  91. "test": "npm run --silent tests-only",
  92. "test:implementation": "node test/index.js",
  93. "test:native": "node test/native.js",
  94. "test:shim": "node test/shimmed.js",
  95. "tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
  96. },
  97. "testling": {
  98. "files": "test/index.js",
  99. "browsers": [
  100. "iexplore/6.0..latest",
  101. "firefox/3.0..6.0",
  102. "firefox/15.0..latest",
  103. "firefox/nightly",
  104. "chrome/4.0..10.0",
  105. "chrome/20.0..latest",
  106. "chrome/canary",
  107. "opera/10.0..latest",
  108. "opera/next",
  109. "safari/4.0..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "android-browser/4.2"
  113. ]
  114. },
  115. "version": "4.1.0"
  116. }