package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "preserve@0.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "preserve@0.2.0",
  10. "_id": "preserve@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
  13. "_location": "/preserve",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "preserve@0.2.0",
  19. "name": "preserve",
  20. "escapedName": "preserve",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-config/braces",
  27. "/jest-haste-map/braces",
  28. "/jest-message-util/braces",
  29. "/jest-runtime/braces",
  30. "/jest/braces",
  31. "/test-exclude/braces"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/preserve/download/preserve-0.2.0.tgz",
  34. "_spec": "0.2.0",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/preserve/issues"
  42. },
  43. "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
  44. "devDependencies": {
  45. "benchmarked": "^0.1.3",
  46. "chalk": "^0.5.1",
  47. "js-beautify": "^1.5.4",
  48. "mocha": "*",
  49. "should": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "homepage": "https://github.com/jonschlinkert/preserve",
  55. "keywords": [
  56. "escape",
  57. "format",
  58. "placeholder",
  59. "placeholders",
  60. "prettify",
  61. "regex",
  62. "replace",
  63. "template",
  64. "templates",
  65. "token",
  66. "tokens"
  67. ],
  68. "license": {
  69. "type": "MIT",
  70. "url": "https://github.com/jonschlinkert/preserve/blob/master/LICENSE-MIT"
  71. },
  72. "main": "index.js",
  73. "name": "preserve",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/jonschlinkert/preserve.git"
  77. },
  78. "scripts": {
  79. "test": "mocha -R spec"
  80. },
  81. "version": "0.2.0"
  82. }