package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "umd@^3.0.0",
  3. "_id": "umd@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==",
  6. "_location": "/umd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "umd@^3.0.0",
  12. "name": "umd",
  13. "escapedName": "umd",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browser-pack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/umd/-/umd-3.0.3.tgz",
  22. "_shasum": "aa9fe653c42b9097678489c01000acb69f0b26cf",
  23. "_spec": "umd@^3.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-pack",
  25. "author": {
  26. "name": "ForbesLindesay"
  27. },
  28. "bin": {
  29. "umd": "./bin/cli.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ForbesLindesay/umd/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Universal Module Definition for use in automated build systems",
  38. "devDependencies": {
  39. "brfs": "^1.3.0",
  40. "linify": "^1.0.1",
  41. "mocha": "*",
  42. "uglify-js": "^3.3.15"
  43. },
  44. "files": [
  45. "index.js",
  46. "bin/cli.js"
  47. ],
  48. "homepage": "https://github.com/ForbesLindesay/umd#readme",
  49. "license": "MIT",
  50. "name": "umd",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/ForbesLindesay/umd.git"
  54. },
  55. "scripts": {
  56. "build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",
  57. "prepublish": "npm run build && linify transform bin",
  58. "test": "npm run build && mocha -R spec"
  59. },
  60. "version": "3.0.3"
  61. }