package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "preserve@^0.2.0",
  6. "scope": null,
  7. "escapedName": "preserve",
  8. "name": "preserve",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/braces"
  14. ]
  15. ],
  16. "_from": "preserve@>=0.2.0 <0.3.0",
  17. "_id": "preserve@0.2.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/preserve",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "1.4.23",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "preserve@^0.2.0",
  29. "scope": null,
  30. "escapedName": "preserve",
  31. "name": "preserve",
  32. "rawSpec": "^0.2.0",
  33. "spec": ">=0.2.0 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/braces"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
  40. "_shasum": "815ed1f6ebc65926f865b310c0713bcb3315ce4b",
  41. "_shrinkwrap": null,
  42. "_spec": "preserve@^0.2.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/braces",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/preserve/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
  53. "devDependencies": {
  54. "benchmarked": "^0.1.3",
  55. "chalk": "^0.5.1",
  56. "js-beautify": "^1.5.4",
  57. "mocha": "*",
  58. "should": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "815ed1f6ebc65926f865b310c0713bcb3315ce4b",
  63. "tarball": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "gitHead": "1bf405d35e4aea06a2ee83db2d34dc54abc0a1f9",
  69. "homepage": "https://github.com/jonschlinkert/preserve",
  70. "keywords": [
  71. "escape",
  72. "format",
  73. "placeholder",
  74. "placeholders",
  75. "prettify",
  76. "regex",
  77. "replace",
  78. "template",
  79. "templates",
  80. "token",
  81. "tokens"
  82. ],
  83. "license": {
  84. "type": "MIT",
  85. "url": "https://github.com/jonschlinkert/preserve/blob/master/LICENSE-MIT"
  86. },
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "preserve",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/jonschlinkert/preserve.git"
  100. },
  101. "scripts": {
  102. "test": "mocha -R spec"
  103. },
  104. "version": "0.2.0"
  105. }