Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quickstart

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quickstart - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

.npmignore

109

package.json
{
"name": "quickstart",
"version": "0.0.0",
"description": "quickstart",
"main": "index.js",
"version": "1.0.0",
"description": "CommonJS module compiler for node.js and browsers",
"main": "./main.js",
"browser": {
"./main": "./browser",
"assert": "assert",
"buffer": "buffer",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "crypto-browserify",
"domain": "domain-browser",
"events": "events",
"http": "http-browserify",
"https": "https-browserify",
"os": "os-browserify/browser",
"path": "path-browserify",
"punycode": "punycode",
"querystring": "querystring-es3",
"stream": "stream-browserify",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"_stream_readable": "readable-stream/readable",
"_stream_transform": "readable-stream/transform",
"_stream_writable": "readable-stream/writable",
"string_decoder": "string_decoder",
"sys": "util",
"timers": "timers-browserify",
"tty": "tty-browserify",
"url": "url",
"util": "util",
"vm": "vm-browserify",
"zlib": "browserify-zlib"
},
"bin": {
"quickstart": "./bin/quickstart"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "istanbul cover _mocha test -- -R spec"
},
"author": "",
"license": "BSD-2-Clause"
"dependencies": {
"promise": "~5.0.0",
"prime": "^0.4.2",
"agent": "^0.2.0",
"pathogen": "^0.1.5",
"mout": "^0.9.1",
"esprima": "~1.2.1",
"escodegen": "^1.3.2",
"estraverse": "~1.5.0",
"escope": "~1.0.1",
"esmangle": "~1.0.1",
"performance-now": "~0.1.3",
"cli-color": "~0.3.2",
"require-relative": "^0.8.7",
"minimist": "~0.1.0",
"util": "~0.10.3",
"assert": "~1.1.1",
"url": "~0.10.1",
"path-browserify": "0.0.0",
"buffer": "~2.3.0",
"https-browserify": "0.0.0",
"tty-browserify": "0.0.0",
"constants-browserify": "0.0.1",
"os-browserify": "~0.1.2",
"string_decoder": "~0.10.25-1",
"domain-browser": "~1.1.1",
"querystring-es3": "~0.2.1-0",
"punycode": "~1.2.4",
"events": "~1.0.1",
"stream-browserify": "~1.0.0",
"readable-stream": "~1.0.27-1",
"vm-browserify": "0.0.4",
"timers-browserify": "~1.0.1",
"console-browserify": "~1.1.0",
"http-browserify": "~1.3.2",
"browserify-zlib": "~0.1.4",
"crypto-browserify": "~2.1.8"
},
"devDependencies": {
"mocha": "^1.18.2",
"istanbul": "^0.2.9",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1"
},
"homepage": "http://spotify.github.io/quickstart",
"repository": "https://github.com/spotify/quickstart",
"author": {
"name": "Valerio Proietti",
"email": "kamicane@gmail.com"
},
"contributors": [
{
"name": "Johannes Koggdal",
"email": "johannes@koggdal.com"
},
{
"name": "Daniel Herzog",
"email": "daniel.herzog@gmail.com"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc