No Description

package.json 1.8KB

    { "_from": "original@>=0.0.5", "_id": "original@1.0.0", "_inBundle": false, "_integrity": "sha1-kUf5P6FpbQS+YeAb1QuurKZWvTs=", "_location": "/original", "_phantomChildren": { "querystringify": "0.0.4", "requires-port": "1.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "original@>=0.0.5", "name": "original", "escapedName": "original", "rawSpec": ">=0.0.5", "saveSpec": null, "fetchSpec": ">=0.0.5" }, "_requiredBy": [ "/eventsource" ], "_resolved": "http://registry.npm.taobao.org/original/download/original-1.0.0.tgz", "_shasum": "9147f93fa1696d04be61e01bd50baeaca656bd3b", "_spec": "original@>=0.0.5", "_where": "/Users/FFIB/Desktop/data_visualization/node_modules/eventsource", "author": { "name": "Arnout Kazemier" }, "bugs": { "url": "https://github.com/unshiftio/original/issues" }, "bundleDependencies": false, "dependencies": { "url-parse": "1.0.x" }, "deprecated": false, "description": "Generate the origin from an URL or check if two URL/Origins are the same", "devDependencies": { "assume": "1.3.x", "istanbul": "0.4.x", "mocha": "2.3.x", "pre-commit": "1.1.x" }, "homepage": "https://github.com/unshiftio/original#readme", "keywords": [ "origin", "url", "parse" ], "license": "MIT", "main": "index.js", "name": "original", "repository": { "type": "git", "url": "git+https://github.com/unshiftio/original.git" }, "scripts": { "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", "coverage": "istanbul cover _mocha -- test.js", "test": "mocha test.js", "test-travis": "istanbul cover _mocha --report lcovonly -- test.js", "watch": "mocha --watch test.js" }, "version": "1.0.0" }