56 lines
1.5 KiB
JSON
Raw Normal View History

2019-02-01 14:06:44 +01:00
{
2019-07-02 16:05:15 +02:00
"_from": "regexp-clone@1.0.0",
"_id": "regexp-clone@1.0.0",
2019-02-01 14:06:44 +01:00
"_inBundle": false,
2019-07-02 16:05:15 +02:00
"_integrity": "sha512-TuAasHQNamyyJ2hb97IuBEif4qBHGjPHBS64sZwytpLEqtBQ1gPJTnOaQ6qmpET16cK14kkjbazl6+p0RRv0yw==",
2019-02-01 14:06:44 +01:00
"_location": "/regexp-clone",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2019-07-02 16:05:15 +02:00
"raw": "regexp-clone@1.0.0",
2019-02-01 14:06:44 +01:00
"name": "regexp-clone",
"escapedName": "regexp-clone",
2019-07-02 16:05:15 +02:00
"rawSpec": "1.0.0",
2019-02-01 14:06:44 +01:00
"saveSpec": null,
2019-07-02 16:05:15 +02:00
"fetchSpec": "1.0.0"
2019-02-01 14:06:44 +01:00
},
"_requiredBy": [
"/mongoose",
"/mquery"
],
2019-07-02 16:05:15 +02:00
"_resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz",
"_shasum": "222db967623277056260b992626354a04ce9bf63",
"_spec": "regexp-clone@1.0.0",
"_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongoose",
2019-02-01 14:06:44 +01:00
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"bugs": {
"url": "https://github.com/aheckmann/regexp-clone/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Clone RegExps with options",
"devDependencies": {
2019-07-02 16:05:15 +02:00
"mocha": "^6.1.4"
2019-02-01 14:06:44 +01:00
},
"homepage": "https://github.com/aheckmann/regexp-clone#readme",
"keywords": [
"RegExp",
"clone"
],
"license": "MIT",
"main": "index.js",
"name": "regexp-clone",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/regexp-clone.git"
},
"scripts": {
"test": "make test"
},
2019-07-02 16:05:15 +02:00
"version": "1.0.0"
2019-02-01 14:06:44 +01:00
}