package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "ret@0.1.15",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ret@0.1.15",
  10. "_id": "ret@0.1.15",
  11. "_inBundle": false,
  12. "_integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=",
  13. "_location": "/ret",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ret@0.1.15",
  19. "name": "ret",
  20. "escapedName": "ret",
  21. "rawSpec": "0.1.15",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.15"
  24. },
  25. "_requiredBy": [
  26. "/safe-regex"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/ret/download/ret-0.1.15.tgz",
  29. "_spec": "0.1.15",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Roly Fentanes",
  33. "url": "https://github.com/fent"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fent/ret.js/issues"
  37. },
  38. "description": "Tokenizes a string that represents a regular expression.",
  39. "devDependencies": {
  40. "istanbul": "*",
  41. "vows": "*"
  42. },
  43. "directories": {
  44. "lib": "./lib"
  45. },
  46. "engines": {
  47. "node": ">=0.12"
  48. },
  49. "files": [
  50. "lib"
  51. ],
  52. "homepage": "https://github.com/fent/ret.js#readme",
  53. "keywords": [
  54. "regex",
  55. "regexp",
  56. "regular expression",
  57. "parser",
  58. "tokenizer"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "ret",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/fent/ret.js.git"
  66. },
  67. "scripts": {
  68. "test": "istanbul cover vows -- --spec test/*-test.js"
  69. },
  70. "version": "0.1.15"
  71. }