package.json 2.0 KB

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