package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "constants-browserify@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "constants-browserify@1.0.0",
  10. "_id": "constants-browserify@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=",
  13. "_location": "/constants-browserify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "constants-browserify@1.0.0",
  19. "name": "constants-browserify",
  20. "escapedName": "constants-browserify",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/constants-browserify/download/constants-browserify-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Julian Gruber",
  33. "email": "julian@juliangruber.com",
  34. "url": "http://juliangruber.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/juliangruber/constants-browserify/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "James J. Womack",
  42. "email": "james@womack.io",
  43. "url": "http://netflix.com"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "node's constants module for the browser",
  48. "homepage": "https://github.com/juliangruber/constants-browserify",
  49. "keywords": [
  50. "constants",
  51. "node",
  52. "browser",
  53. "browserify"
  54. ],
  55. "license": "MIT",
  56. "main": "constants.json",
  57. "name": "constants-browserify",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/juliangruber/constants-browserify.git"
  61. },
  62. "scripts": {
  63. "test": "node test.js"
  64. },
  65. "version": "1.0.0"
  66. }