package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "cached-path-relative@^1.0.0",
  3. "_id": "cached-path-relative@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==",
  6. "_location": "/cached-path-relative",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cached-path-relative@^1.0.0",
  12. "name": "cached-path-relative",
  13. "escapedName": "cached-path-relative",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify",
  20. "/module-deps"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz",
  23. "_shasum": "a13df4196d26776220cc3356eb147a52dba2c6db",
  24. "_spec": "cached-path-relative@^1.0.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  26. "bugs": {
  27. "url": "https://github.com/ashaffer/cached-path-relative/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "Memoize the results of the path.relative function",
  33. "devDependencies": {
  34. "standard": "^4.0.0",
  35. "tape": "^4.2.0"
  36. },
  37. "homepage": "https://github.com/ashaffer/cached-path-relative#readme",
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "cached-path-relative",
  41. "repository": {
  42. "type": "git",
  43. "url": "git://github.com/ashaffer/cached-path-relative.git"
  44. },
  45. "version": "1.0.2"
  46. }