package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "with@~4.0.0",
  3. "_id": "with@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7v0VTp550sjTQXtkeo8U2f7M4U4=",
  6. "_location": "/with",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "with@~4.0.0",
  12. "name": "with",
  13. "escapedName": "with",
  14. "rawSpec": "~4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jade"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz",
  22. "_shasum": "eefd154e9e79d2c8d3417b647a8f14d9fecce14e",
  23. "_spec": "with@~4.0.0",
  24. "_where": "C:\\FatboarProject\\express-server\\node_modules\\jade",
  25. "author": {
  26. "name": "ForbesLindesay"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ForbesLindesay/with/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "acorn": "^1.0.1",
  34. "acorn-globals": "^1.0.3"
  35. },
  36. "deprecated": false,
  37. "description": "Compile time `with` for strict mode JavaScript",
  38. "devDependencies": {
  39. "mocha": "~1.12.0",
  40. "uglify-js": "^2.4.15"
  41. },
  42. "homepage": "https://github.com/ForbesLindesay/with#readme",
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "with",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/ForbesLindesay/with.git"
  49. },
  50. "scripts": {
  51. "test": "mocha test/index.js -R spec"
  52. },
  53. "version": "4.0.3"
  54. }