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.

package.json 1.7KB

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