UNPKG

motion

Version:

motion - moving development forward

107 lines (106 loc) 3.13 kB
{ "_args": [ [ "querystring-es3@https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "querystring-es3@>=0.2.0 <0.3.0", "_id": "querystring-es3@0.2.1", "_inCache": true, "_location": "/querystring-es3", "_phantomChildren": {}, "_requested": { "name": "querystring-es3", "raw": "querystring-es3@https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "rawSpec": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "scope": null, "spec": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "type": "remote" }, "_requiredBy": [ "/node-libs-browser" ], "_resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "_shasum": "9ec61f79049875707d69414596fd907a4d711e73", "_shrinkwrap": null, "_spec": "querystring-es3@https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "rfobic@gmail.com", "name": "Irakli Gozalishvili" }, "bugs": { "url": "http://github.com/mike-spainhower/querystring/issues/" }, "dependencies": {}, "description": "Node's querystring module for all engines. (ES3 compat fork)", "devDependencies": { "phantomify": "~0.x.0", "retape": "~0.x.0", "tape": "~0.1.5", "test": "~0.x.0" }, "engines": { "node": ">=0.4.x" }, "homepage": "https://github.com/mike-spainhower/querystring#readme", "id": "querystring-es3", "keywords": [ "commonjs", "query", "querystring" ], "licenses": [ { "type": "MIT", "url": "https://github.com/Gozala/enchain/License.md" } ], "name": "querystring-es3", "optionalDependencies": {}, "readme": "# querystring\n\n[![Build Status](https://secure.travis-ci.org/mike-spainhower/querystring.png)](http://travis-ci.org/mike-spainhower/querystring)\n\n\n[![Browser support](http://ci.testling.com/mike-spainhower/querystring.png)](http://ci.testling.com/mike-spainhower/querystring)\n\n\n\nNode's querystring module for all engines.\n\n## Install ##\n\n npm install querystring\n\n", "readmeFilename": "Readme.md", "repository": { "type": "git", "url": "git://github.com/mike-spainhower/querystring.git", "web": "https://github.com/mike-spainhower/querystring" }, "scripts": { "test": "npm run test-node && npm run test-browser && npm run test-tap", "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js", "test-node": "node ./test/common-index.js", "test-tap": "node ./test/tap-index.js" }, "testling": { "browsers": { "chrome": [ 16, 20, 25, "canary" ], "firefox": [ 10, 15, 16, 17, 18, "nightly" ], "iexplore": [ 10, 9 ], "opera": [ 12 ], "safari": [ 5, 6 ] }, "files": "test/tap-index.js" }, "version": "0.2.1" }