refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.
This commit is contained in:
51
node_modules/throttleit/package.json
generated
vendored
Normal file
51
node_modules/throttleit/package.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"_from": "throttleit@^1.0.0",
|
||||
"_id": "throttleit@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=",
|
||||
"_location": "/throttleit",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "throttleit@^1.0.0",
|
||||
"name": "throttleit",
|
||||
"escapedName": "throttleit",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request-progress"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz",
|
||||
"_shasum": "9e785836daf46743145a5984b6268d828528ac6c",
|
||||
"_spec": "throttleit@^1.0.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/cypress_app/node_modules/request-progress",
|
||||
"bugs": {
|
||||
"url": "https://github.com/component/throttle/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"component": {
|
||||
"scripts": {
|
||||
"throttle/index.js": "index.js"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Throttle a function",
|
||||
"devDependencies": {
|
||||
"mocha": "^1.18.0"
|
||||
},
|
||||
"homepage": "https://github.com/component/throttle#readme",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"name": "throttleit",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/component/throttle.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user