package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "js-stringify@^1.0.1",
  3. "_id": "js-stringify@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds=",
  6. "_location": "/js-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "js-stringify@^1.0.1",
  12. "name": "js-stringify",
  13. "escapedName": "js-stringify",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/pug-attrs",
  20. "/pug-code-gen"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/js-stringify/download/js-stringify-1.0.2.tgz",
  23. "_shasum": "1736fddfd9724f28a3682adc6230ae7e4e9679db",
  24. "_spec": "js-stringify@^1.0.1",
  25. "_where": "/root/hexo/myblog/node_modules/pug-code-gen",
  26. "author": {
  27. "name": "ForbesLindesay"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jadejs/js-stringify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Stringify an object so it can be safely inlined in JavaScript code",
  36. "devDependencies": {},
  37. "homepage": "https://github.com/jadejs/js-stringify#readme",
  38. "keywords": [],
  39. "license": "MIT",
  40. "name": "js-stringify",
  41. "repository": {
  42. "type": "git",
  43. "url": "git+https://github.com/jadejs/js-stringify.git"
  44. },
  45. "scripts": {
  46. "test": "node test"
  47. },
  48. "version": "1.0.2"
  49. }