package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "preserve@0.2.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  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. "/braces"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
  29. "_spec": "0.2.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/preserve/issues"
  37. },
  38. "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
  39. "devDependencies": {
  40. "benchmarked": "^0.1.3",
  41. "chalk": "^0.5.1",
  42. "js-beautify": "^1.5.4",
  43. "mocha": "*",
  44. "should": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "homepage": "https://github.com/jonschlinkert/preserve",
  50. "keywords": [
  51. "escape",
  52. "format",
  53. "placeholder",
  54. "placeholders",
  55. "prettify",
  56. "regex",
  57. "replace",
  58. "template",
  59. "templates",
  60. "token",
  61. "tokens"
  62. ],
  63. "license": {
  64. "type": "MIT",
  65. "url": "https://github.com/jonschlinkert/preserve/blob/master/LICENSE-MIT"
  66. },
  67. "main": "index.js",
  68. "name": "preserve",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/jonschlinkert/preserve.git"
  72. },
  73. "scripts": {
  74. "test": "mocha -R spec"
  75. },
  76. "version": "0.2.0"
  77. }