package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "invariant@2.2.4",
  5. "C:\\code\\FED\\fortnite\\web\\1807-工具页面"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "invariant@2.2.4",
  10. "_id": "invariant@2.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=",
  13. "_location": "/invariant",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "invariant@2.2.4",
  19. "name": "invariant",
  20. "escapedName": "invariant",
  21. "rawSpec": "2.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.4"
  24. },
  25. "_requiredBy": [
  26. "/babel-traverse"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/invariant/download/invariant-2.2.4.tgz",
  29. "_spec": "2.2.4",
  30. "_where": "C:\\code\\FED\\fortnite\\web\\1807-工具页面",
  31. "author": {
  32. "name": "Andres Suarez",
  33. "email": "zertosh@gmail.com"
  34. },
  35. "browser": "browser.js",
  36. "browserify": {
  37. "transform": [
  38. "loose-envify"
  39. ]
  40. },
  41. "bugs": {
  42. "url": "https://github.com/zertosh/invariant/issues"
  43. },
  44. "dependencies": {
  45. "loose-envify": "^1.0.0"
  46. },
  47. "description": "invariant",
  48. "devDependencies": {
  49. "browserify": "^11.0.1",
  50. "flow-bin": "^0.67.1",
  51. "tap": "^1.4.0"
  52. },
  53. "files": [
  54. "browser.js",
  55. "invariant.js",
  56. "invariant.js.flow"
  57. ],
  58. "homepage": "https://github.com/zertosh/invariant#readme",
  59. "keywords": [
  60. "test",
  61. "invariant"
  62. ],
  63. "license": "MIT",
  64. "main": "invariant.js",
  65. "name": "invariant",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/zertosh/invariant.git"
  69. },
  70. "scripts": {
  71. "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
  72. },
  73. "version": "2.2.4"
  74. }